home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / gedit-2 / plugins / snippets / xml.xml < prev   
Encoding:
Extensible Markup Language  |  2009-04-14  |  690 b   |  26 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <snippets language="XML">
  3.   <snippet id=""">
  4.     <text><![CDATA[<${1:name} ${2:attr}="${3:value}">$0</${1}>]]></text>
  5.     <description>Long Attribute Tag</description>
  6.     <tag>"</tag>
  7.   </snippet>
  8.   <snippet id="<">
  9.     <text><![CDATA[<${1:name}>$0</${1}>
  10.  
  11. ]]></text>
  12.     <description>Long Tag</description>
  13.     <tag><</tag>
  14.   </snippet>
  15.   <snippet id=">">
  16.     <text><![CDATA[<${1:name} />]]></text>
  17.     <description>Short Tag</description>
  18.     <tag>></tag>
  19.   </snippet>
  20.   <snippet id="cdata">
  21.     <text><![CDATA[<![CDATA[$0]]]]><![CDATA[>]]></text>
  22.     <tag>cdata</tag>
  23.     <description>CDATA</description>
  24.   </snippet>
  25. </snippets>
  26.